I am using Raspberry Pi2 to compile Par Hansson's KMotionX software. Unfortunately i am experiencing compilation error during "make"
My errors are as follows:-
Softwares/git/KMotionX/GCodeInterpreter -D_KMOTIONX -DLIB_FTDIhandler.cpp -o build/handler.ohandler.cpp:68:22: sorry, unimplemented: non-static data member initializershandler.cpp:68:22: error: ISO C++ forbids in-class initialization ofnon-const static member ‘interpreting’handler.cpp:69:19: sorry, unimplemented: non-static data member initializershandler.cpp:69:19: error: ISO C++ forbids in-class initialization ofnon-const static member ‘last_line’handler.cpp: In function ‘void handleUploadRequest(mg_connection*)’:handler.cpp:597:23: warning: comparison between signed and unsignedinteger expressions [-Wsign-compare]/home/pi/Softwares/git/KMotionX/include.mk:38: recipe for target'build/handler.o' failedmake[1]: *** [build/handler.o] Error 1make[1]: Leaving directory'/home/pi/Softwares/git/KMotionX/KMotionX/examples/webgui'makefile:22: recipe for target 'subdirs' failedmake: *** [subdirs] Error 1
Please advice.
thank you